diff options
Diffstat (limited to 'extra/nxclient/nxclient.install')
-rw-r--r-- | extra/nxclient/nxclient.install | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/nxclient/nxclient.install b/extra/nxclient/nxclient.install deleted file mode 100644 index 9edb5939b..000000000 --- a/extra/nxclient/nxclient.install +++ /dev/null @@ -1,22 +0,0 @@ -post_install() { - update-desktop-database -q - - echo "For correct setup please take a look at the wiki:" - echo "http://wiki.archlinux.org/index.php/FreeNX" - - -} - -post_upgrade() { - update-desktop-database -q - - if [ "`vercmp $2 3.5.0.7-1.1`" -lt 0 ]; then - # important upgrade notice - echo "because file location of the default key has been moved" - echo "you may need to reconfigure your connection and settings" - fi -} - -post_remove() { - update-desktop-database -q -} |