diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
commit | 2e626373db2412ac22e8c5c27a60d11cd29e875b (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /setup_native/source/packinfo/shellscripts_module.txt | |
parent | f7ee7bbd5174b084f018c2ec94d8c70c98ee04da (diff) |
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'setup_native/source/packinfo/shellscripts_module.txt')
-rwxr-xr-x | setup_native/source/packinfo/shellscripts_module.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/setup_native/source/packinfo/shellscripts_module.txt b/setup_native/source/packinfo/shellscripts_module.txt deleted file mode 100755 index 32a15da9b..000000000 --- a/setup_native/source/packinfo/shellscripts_module.txt +++ /dev/null @@ -1,33 +0,0 @@ -%format deb - -%postinstall << END -if [ "$$1" = "configure" ] ; then - # update desktop database - if [ -x /usr/bin/update-desktop-database ]; then - update-desktop-database -q /usr/share/applications - fi - # update debian style menus - if [ -x /usr/bin/update-menus ]; then - update-menus - fi -fi -exit 0 -END - -%postremove << END -if [ "$$1" != "purge" ] -then - if [ -x /usr/bin/update-desktop-database ] - then - update-desktop-database -q /usr/share/applications - fi - if [ -x /usr/bin/update-menus ] - then - update-menus - fi -fi -exit 0 -END - -%format all - |