summaryrefslogtreecommitdiffstats
path: root/abs/core/mv/wmaker_settings/wmaker_settings.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-25 17:57:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-25 17:57:16 (GMT)
commit78c1ba5c40d139720528271c45de03b93040941c (patch)
treef3011d29c9abc21c2e88a26c45a715c3c6fb7b06 /abs/core/mv/wmaker_settings/wmaker_settings.install
parent8225ff1f2c024b9c1d5d168359c7ebb8007b1c7e (diff)
downloadlinhes_pkgbuild-78c1ba5c40d139720528271c45de03b93040941c.zip
linhes_pkgbuild-78c1ba5c40d139720528271c45de03b93040941c.tar.gz
linhes_pkgbuild-78c1ba5c40d139720528271c45de03b93040941c.tar.bz2
wmaker_settings: windowmaker themes and settings used with set_windowmanger.sh
Diffstat (limited to 'abs/core/mv/wmaker_settings/wmaker_settings.install')
-rw-r--r--abs/core/mv/wmaker_settings/wmaker_settings.install39
1 files changed, 39 insertions, 0 deletions
diff --git a/abs/core/mv/wmaker_settings/wmaker_settings.install b/abs/core/mv/wmaker_settings/wmaker_settings.install
new file mode 100644
index 0000000..2e47229
--- /dev/null
+++ b/abs/core/mv/wmaker_settings/wmaker_settings.install
@@ -0,0 +1,39 @@
+# This is a default template for a post-install scriptlet. You can
+# remove any functions you don't need (and this header).
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+
+# arg 1: the new package version
+post_install() {
+ chown -R mythtv:mythtv /data/GNUstep
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_upgrade() {
+ pre_install
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ /bin/true
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+$op $*